home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 6 && _root.fireRune >= 6 && _root.exploRune >= 4 && this.timey.timer == 100)
- {
- this.timey.timer = 0;
- this.timey.timeIt = 0.23 + _root.spe * 0.01;
- if(this.timey.timeIt > 1.4)
- {
- this.timey.timeIt = 1.4;
- }
- this.timey._visible = true;
- _root.magRune -= 6;
- _root.exploRune -= 4;
- _root.fireRune -= 6;
- _root.storm._visible = true;
- _root.storm.gotoAndPlay(1);
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-